home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-01-25 | 1.5 KB | 34 lines | [TEXT/DNS?] |
- ; Sample hosts file for use with MacDNS and
- ; HomeDoor to serve a number of virtual domains from one Web server.
-
- ; This is the "root" hosts file for your real domain.
-
- ; START OF AUTHORITY INFORMATION
- ; "dns.yourwebserver.com" is the name of your domain name server
- ; "hostmaster.yourwebserver.com." is the e-mail address of the
- ; person running your DNS (the first "." replaces the @ sign)
- ; Change the serial number any time you change this file
- yourwebserver.com. IN SOA dns.yourwebserver.com. hostmaster.yourwebserver.com. (
- 9601251 ; serial number (yymmddn)
- 36000 ; refresh (every 10 hours)
- 7200 ; retry (after 2 hours)
- 604800 ; expire (after 1 week)
- 86400 ) ; minimum time to live (1 day)
-
- ; NAME SERVERS
- ; The names of your primary and secondary DNS servers
- yourwebserver.com. IN NS dns.yourwebserver.com.
- yourwebserver.com. IN NS dns2.yourwebserver.com.
-
- ; MAIL EXCHANGERS
- ; The name of the machine providing mail service for your domain
- ; 10 is the mail priority
- ; "yourmailserver.com" is the name of your mail server
- ; You don't need this line if your provider is maintaining this for you
- yourwebserver.com. IN MX 10 yourmailserver.com.
-
- ; HOST ADDRESSES
- ; The address of your actual Web server
- ; You don't need this line if your provider is maintaining this name for you
- www.yourwebserver.com. IN A 10.0.0.254
-